home *** CD-ROM | disk | FTP | other *** search
- Path: ccshst05.cs.uoguelph.ca!ccshst01!thay
- From: thay@uoguelph.ca (Toby K Hay)
- Newsgroups: comp.lang.c
- Subject: Re: how to read dBase (dbf) files
- Date: 13 Apr 1996 11:55:44 GMT
- Organization: University of Guelph
- Message-ID: <4ko4o0$5bk@ccshst05.cs.uoguelph.ca>
- References: <316f150b.50767011@news.inforamp.net>
- NNTP-Posting-Host: ccshst01.cs.uoguelph.ca
- X-Newsreader: TIN [version 1.2 PL2]
-
- Danny Heuman (dsheuman@inforamp.net) wrote:
- : Is there some publicly available code that reads and writes to
- : dBase/Foxpro files?
-
- I think the Bullet database library does this. Available via FTP from
- simtel archives in simtel/msdos/c/bltc121.zip. The alternative is to
- code your own - the database files are pretty straitforward and most
- dBase/FoxPro books describe their structure. The index and memo files
- are far more complex.
- Toby Hay thay@uoguelph.ca
-